github.com/klauspost/compress/zstd.blockHeader.setSize (method)
8 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L122: func (h *blockHeader) setSize(v uint32) {
blockenc.go#L313: bh.setSize(uint32(len(a)))
blockenc.go#L326: bh.setSize(uint32(len(src)))
blockenc.go#L340: bh.setSize(uint32(len(lits)))
blockenc.go#L420: bh.setSize(uint32(len(out) + lh.size() + 1))
blockenc.go#L436: bh.setSize(length)
blockenc.go#L820: bh.setSize(uint32(len(b.output)-bhOffset) - 3)
encoder.go#L545: blk.setSize(0)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |